VoucherStateTranslation entities
Name | Type | Is Mandatory |
---|---|---|
VoucherStateTranslationId | String | |
VoucherStateId | Int16 | |
LanguageId | String | |
Label | String | |
VoucherState | VoucherState | |
Language | Language |
Select all VoucherStateTranslations
https://customerapi.fts-crm360.com/data/VoucherStateTranslations()
HttpMethod : GET
Json Result :
[
{
"VoucherStateTranslationId" : "Yve a Rjrpby",
"VoucherStateId" : "3",
"LanguageId" : "Mz6D1z6JThXnu8n8d",
"Label" : "pOFkJeQyCE OIKf"
},
{
"VoucherStateTranslationId" : "9o7Wubl",
"VoucherStateId" : "2",
"LanguageId" : "nyFT7tKuHDw",
"Label" : "payDw0uDZMHf9p"
},
...
]
Select VoucherStateTranslation by Id
https://customerapi.fts-crm360.com/data/VoucherStateTranslations('string key')
HttpMethod : GET
Json Result :
{
"VoucherStateTranslationId" : "gW6yeYr2d",
"VoucherStateId" : "7",
"LanguageId" : "IsC BabWTNJS9l2",
"Label" : "D qlVR"
}